CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sort string

搜索资源列表

  1. CompareString

    0下载:
  2. 外部排序,使用计数排序和桶排序解决字符串匹配问题-External sorting, counting sort and bucket sort using string matching problem solving
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1132
    • 提供者:xiaoxue
  1. sorting_number

    0下载:
  2. 排序 n 个元素,元素为随机生成的长为1..16的字符串,直接插入排序,堆排序,归并排序,快速排序。-Sort n elements, element length is a randomly generated string .. 16 direct insertion sort, heap sort, merge sort, quick sort.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2379
    • 提供者:马璐
  1. sorting_string

    0下载:
  2. 随机生成字符串排序。直接插入排序,快速排序,归并排序,堆排序-Randomly generated string sorting. Direct insertion sort, quick sort, merge sort, heap sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2257
    • 提供者:马璐
  1. 20135064403

    0下载:
  2. 一个降序的冒泡排序,输入一串数字,将其降序排列-A bubble sort in descending order, enter a string of numbers, in descending order of its
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:28528
    • 提供者:谭润泽
  1. StringSort

    0下载:
  2. 对一些列字符串进行一定规则的排序,这些字符串都是由数字组成。法则1:哪个重复的数字出现的多,哪个排在前面 比如11133和12233,前面的字符11133出现了3次111,而后面的字符的重复次数是2,所有11133 要在112233的前面。 法则2 当两个字符串的重复个数一样时,比如都重复了3次,11133和22244,那么,重复的数字较大 的排在前面,即22244排在11133的前面。 -To sort out the string of a certain number of rule
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:197146
    • 提供者:安永辉
  1. bstree_frame

    0下载:
  2. 软件技术基础中的二叉排序树,以二叉排序树的形式将一串数据转化。-Software technology base in binary sort tree, in the form of binary sort tree a string of data transformation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:934
    • 提供者:钰亦
  1. JavaLabIOAndContainers

    0下载:
  2. 实验5 Java Io 与容器实验指导书 编写一个Java项目,包含两个类StudentJavaScore和ScoreOperation。StudentJavaScore用于存储学生姓名和Java成绩,并实现了Comparable接口.ScoreOperation类包含5个方法,对学生成绩进行查询、排序,并实现字符串中字符计数操作。-Experiment 5 Java Io and container guide books write a Java project that contain
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:10920
    • 提供者:
  1. CUIT-C-language-exam-answers

    1下载:
  2. 成都信息工程学院C语言期末考试题库答案,包括数字排序、查找、删除和字符串的各种操作,以及文件的处理。-Chengdu University of Information Technology C language exam final exam answers, including digital sort, find, delete and string handling various operations, as well as files.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:823519
    • 提供者:xia
  1. C2

    0下载:
  2. 1) 定义一个数组stu[10]存放10个学生的成绩,从键盘输入数据,要求用指针实现 2) 将数组stu[10]的内容输出到屏幕上,要求用指针实现 3) 将成绩数组按照从高到低进行排序,要求用指针实现 4) 将第三步内容放在函数中实现,在主函数中调用实现排序,用指针实现,输出排序后的成绩单 5) 采用指针方法,输入字符串“student score ”,复制该字符串并输出(复制字符串采用库函数或用户自定义函数)-1) define an array stu [10] to sto
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:813
    • 提供者:kim
  1. KMPMain

    0下载:
  2. KMP字符串处理算法,对字符串的排序,处理等功能,经典算法-The KMP string processing algorithms, sort of string, processing and other functions, the classical algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:684
    • 提供者:xiaoyu
  1. stastictics

    0下载:
  2. 统计一串长度不超过200的字符串中字母出现的次数并按频率排序.-Statistics bunch length does not exceed 200 times the string of letters that appear and sort.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1478705
    • 提供者:asd
  1. qsort

    0下载:
  2. 排序,是重要的算法,qsort是标准库函数中快速排序方法,该文档包含的数值型、字符型、字符串型以及结构体的排序方法。内容比较全面。-Sort, is an important algorithm, qsort standard library functions quickly sort method, the document contains a numeric, character, string and sorting methods structure. Content more co
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3091
    • 提供者:张稳龙
  1. 3_S_hw_sort

    0下载:
  2. 用txt文件输入输出字符串,实现三种排序方式,双向冒泡,快速排序,选择排序-Txt file input output string to achieve three sorting methods, bidirectional bubble, quick sort, selection sort
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:973910
    • 提供者:赵宇彬
  1. SHULIE

    0下载:
  2. 输入一串数字,按顺序排列后输出,实现数字的排序。-Enter the string of numbers in sequence after output, digital sort.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:2013
    • 提供者:yaomianhong
  1. order

    0下载:
  2. 输入一串数字可以选择按从大到小或从小到大排序-Enter the string of numbers you can choose to sort by ascending or descending order large
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:911
    • 提供者:孟瑶
  1. Delphisqlorderby

    0下载:
  2. Delphi多条件排序,结合SQLSERVERT数据库实现的多条件排序实例,已附带有数据库文件,在Database文件夹下,下载后解压,附加数据库文件,并设置好SQL连接字符串,在Delphi7中编译源代码即可运行测试。-Delphi multiple sort, combined with the instance of the SQLSERVERT database to achieve the condition of sorting, has attached database file
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:179693
    • 提供者:wpudn58
  1. xierpaixuhekuaisupaixu

    0下载:
  2. 对一串数字实现的希尔排序和快速排序算法而编写的程序代码,可运行得出结果,是c语言编写。-On the Hill sort and quick sort algorithm achieved a string of numbers written code, can run the outcome is c language.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:135428
    • 提供者:刘东
  1. test1

    0下载:
  2. 字符串排序程序,主要功能是对输入的字符串按照字段顺序排序,然后逆序输出。-the program of sort the string.
  3. 所属分类:Printing program

    • 发布日期:2017-04-06
    • 文件大小:11022
    • 提供者:杨含隆
  1. hebingzifuchuan

    0下载:
  2. 输入两个已经按从小到大顺序排列好的字符串,编写一个合并两个字符串的函数,使合并后的字符串,仍然是从小到 大排列。 输入: 两个已经排好顺序(升序)的两个字符串 输出: 一个合并在一起的有序(升序)的字符串 要求: 设计一个效率尽量高的算法,对每个字符串只扫描一遍就可以了。 如果采用先进行串连接,然后再进行排序的算法,则效率太低了。 -Enter both have small to large order, good strings to
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:4930
    • 提供者:彭少龙
  1. celltext

    2下载:
  2. VB表格控件(celltext.ocx),可编辑、复制、粘贴,鼠标拖动下拉复制/+n复制,公式计算/字符串处理(自动更新),排序排名/统计描述,数据导入/导出,支持鼠标中键滚轮,操作与Excel表格类似。-VB form controls (celltext.ocx), you can edit, copy, paste, drag the mouse to the drop-down copy /+ n copy, formulas/string processing (automatic u
  3. 所属分类:ComboBox

    • 发布日期:2017-03-28
    • 文件大小:294032
    • 提供者:www
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com